home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _utilities / utilities / 001 / upgrade2 / !T1ToFont / Messages < prev    next >
Text File  |  1994-02-08  |  3KB  |  77 lines

  1. # Messages file for the Type 1 to Acorn font convertor
  2.  
  3. # Wimp title and version string
  4. Title:Type 1 Converter
  5. Version:1.26 (08-Feb-94)
  6.  
  7. # Scrap files for Type1 and Adobe Font Metrics files.
  8. # Used when doing data imports.
  9. Scrap1:<Wimp$ScrapDir>.Type1File
  10. Scrap2:<Wimp$ScrapDir>.AFMFile
  11. Scrap3:<Wimp$ScrapDir>.ConvFile
  12. Scrap4:<Wimp$ScrapDir>.GenAFM
  13.  
  14. # Errors for directory operations
  15. DirErr1:Directory %s does not exist
  16. DirErr2:Could not create directory %s
  17. DirErr3:Could not create directory - a file named %s exists
  18. DirErr4:Object %s has unknown type %d
  19.  
  20. # General
  21. NoWrite:Could not write "%s"
  22. ImportErr:The data import operation failed
  23. OutOfMem:Memory exhausted
  24. PreProc1:Could not convert Mac Resource format
  25. PreProc2:Could not convert PC Resource format
  26. NoSaveDir:No save directory selected.  Make sure you have set Font$Path, and try again
  27. NoName:Please enter a font name in the space provided
  28. NoFiles:Please drag in a Type 1 file and/or an Adobe Font Metrics file
  29. BadType1:Type 1 file "%s" not found
  30. BadAFM:AFM file "%s" not found
  31. NotAFM:File "%s" is being ignored because it is not a valid AFM file
  32. FileOpenR:Could not open file %s for input
  33. FileOpenW:Could not open file %s for output
  34. NoAFM:Please provide an AFM file
  35.  
  36. # Parse errors
  37. EncError:Error when reading encoding file
  38. EncError2:Duplicate name in encoding file
  39. AdobeEnc:Using Adobe Standard Encoding
  40. MetFlags:Illegal metrics flags (&%X)
  41. T1Number:Error in Type 1 file (number expected)
  42. T1Bracket:Error in Type 1 file ([ expected)
  43. T1Illegal:Error in Type 1 file (illegal opcode)
  44. T1Accent:Error in Type 1 file (invalid SEAC accent)
  45.  
  46. BadArgs:Bad arguments
  47. BadBBoxes:Bounding box calculation failed
  48.  
  49. # Titles of menus
  50. SaveTitle:Save In
  51. MainTitle:T1ToFont
  52. MainItems:Save In,Encoding
  53. EncTitle:Encoding
  54. IconTitle:T1ToFont
  55. IconItems:>Info,Quit
  56.  
  57. # Menu description for SAVE menu when there are no Font$Path entries directories
  58. SaveNoDirs:~Please set Font$Path
  59.  
  60. # The line tagged "Encodings" specifies the contents of the Encodings
  61. # menu.  Each item in it is a further tag which is looked up to obtain
  62. # a name=filename pair.  The name is displayed on the menu and the
  63. # filename is where that encoding is sought.  Encodings are searched
  64. # for under the path T1ToFont:Encodings; see assignment of
  65. # T1ToFont$Path in !Run.  If the filename is set to the special value
  66. # "fontspecific", then rather than looking up the encoding in a file,
  67. # the program attempts to lift it out of the Type 1 file, and if
  68. # successful will leave it in the font directory where the font
  69. # manager and PostScript printer driver will make use of it.
  70.  
  71. Encodings:base0,internal,sel,suss,sid
  72. base0:Acorn Extended Latin=/Base0
  73. internal:As specified in Type 1 file=fontspecific
  74. sel:Selwyn=Selwyn
  75. suss:Sussex=Sussex
  76. sid:Sidney=Sidney
  77.